object fEzAddOS: TfEzAddOS Left = 257 Top = 154 BorderStyle = bsDialog Caption = 'BootMagic Add OS' ClientHeight = 287 ClientWidth = 570 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnActivate = FormActivate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object cbxShowAll: TCheckBox Left = 10 Top = 232 Width = 97 Height = 17 Hint = 'Show all possible Operating Systems' Caption = '&Advanced' ParentShowHint = False ShowHint = True TabOrder = 4 OnClick = cbxShowAllClick end object btnOk: TButton Left = 153 Top = 250 Width = 75 Height = 25 Hint = 'Add OS selection' Caption = '&OK' Default = True ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = btnOkClick end object btnCancel: TButton Left = 247 Top = 250 Width = 75 Height = 25 Hint = 'Do not add OS selection' Cancel = True Caption = '&Cancel' ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = btnCancelClick end object btnHelp: TButton Left = 341 Top = 250 Width = 75 Height = 25 Hint = 'Display help' Caption = '&Help' ParentShowHint = False ShowHint = True TabOrder = 3 OnClick = btnHelpClick end object pnlAddOS: TPanel Left = 10 Top = 20 Width = 550 Height = 197 BevelOuter = bvNone BorderStyle = bsSingle Caption = 'AddOS' TabOrder = 0 object hdrctrlAddOS: THeaderControl Left = 0 Top = 0 Width = 546 Height = 17 Sections = < item AllowClick = False Text = 'Used' Width = 60 end item AllowClick = False Text = 'OS Name' Width = 140 end item AllowClick = False Text = 'Volume Name' Width = 110 end item AllowClick = False Text = 'Partition Type' Width = 120 end item AllowClick = False Text = 'Disk' Width = 55 end item AllowClick = False Text = 'Partition' Width = 1000 end> OnSectionResize = hdrctrlAddOSSectionResize end object clstAddOS: TColumnList Left = 0 Top = 17 Width = 546 Height = 176 TabStop = True ClipTextToCols = True Col1Position = 0 Col2Position = 59 Col3Position = 199 Col4Position = 309 Col5Position = 429 Col6Position = 484 Align = alClient BorderStyle = bsNone ItemHeight = 16 Items.Strings = ( 'Yes|MS-DOS 6.22|DOS|FAT16 |1|Pri-1' 'Yes|IBM OS/2 2.0|OS/2|HPFS|1|Pri-2' 'Yes|Windows 95|Win 95|FAT32 >= 32MB|1|Pri-2' 'Yes|Windows NT|Win NT|NTFS|2|Log-1') ParentColor = False Style = lbOwnerDrawFixed TabOrder = 1 OnDblClick = btnOkClick end end end